old repositories update <<
Previous Next >> ssh
repositories create
notice: 因為cmsimde改版 所以設定全部更新
(1)system cd2021可攜系統
(2)download kmol2021 spring v2.7z
(3) 改 gitconfig


(4)Repository: https://github.com/mdecourse/cmstemplate
利用 cmstemplate 建立以 CMSiMDE 作為子模組的動態與靜態網站方法為:
- 登入 Github 帳號
- 將瀏覽器指向 https://github.com/mdecourse/cmstemplate

(5) inside the page 填寫資料

(6) 打指令 git clone --recurse-submodules https://github.com/40823111/cd2021.git

(7)進入 cd2021→cmsimde→up_dir(裡面有5個檔案)

(7) 完成後 就可以git push
acp.bat 內容
echo off
set message=%1
git add .
git commit -m %message%
git push

old repositories update <<
Previous Next >> ssh